home *** CD-ROM | disk | FTP | other *** search
/ George Foreman's Interac…ng, Barbeque & Rotisserie / George Foreman's Interactive Guide to Grilling, Barbeque, and Rotisserie.iso / Setup.lax < prev   
Text File  |  2002-01-25  |  4KB  |  138 lines

  1. #   LaunchAnywhere (tm) Executable Properties File - Zero G Software, Inc.
  2.  
  3. #   LAX.APPLICATION.NAME
  4. #   --------------------
  5. #   name given the launcher in console windows
  6.  
  7. lax.application.name=Setup.exe
  8.  
  9.  
  10. #   LAX.CLASS.PATH
  11. #   --------------
  12. #   the Java classpath necessary to run this application
  13. #   Can be separated by colons or semicolons
  14.  
  15. lax.class.path=;lax.jar
  16.  
  17.  
  18. #   LAX.COMMAND.LINE.ARGS
  19. #   ---------------------
  20. #   what will be passed to the main method -- be sure to quote arguments with spaces in them
  21.  
  22. lax.command.line.args=$CMD_LINE_ARGUMENTS$
  23.  
  24.  
  25. #   LAX.DIR
  26. #   -------
  27. #   path to directory holding LaunchAnywhere's native launcher
  28.  
  29. lax.dir=C:\\Program Files\\auto_run\\
  30.  
  31.  
  32. #   LAX.MAIN.CLASS
  33. #   --------------
  34. #   the class that contains the main method for the application
  35.  
  36. lax.main.class=autorun.DXReaderSplash
  37.  
  38.  
  39. #   LAX.MAIN.METHOD
  40. #   ---------------
  41. #   the method in the main class that will be invoked
  42.  
  43. lax.main.method=main
  44.  
  45.  
  46. #   LAX.NL.CURRENT.VM
  47. #   -----------------
  48. #   the VM to use for the next launch
  49.  
  50. lax.nl.current.vm=jre\\bin\\java.exe
  51.  
  52.  
  53. #   LAX.NL.JAVA.LAUNCHER.MAIN.CLASS
  54. #   -------------------------------
  55. #   main class of LaunchAnywhere's java launcher -- do not adjust
  56.  
  57. lax.nl.java.launcher.main.class=com.zerog.lax.LAX
  58.  
  59.  
  60. #   LAX.NL.JAVA.LAUNCHER.MAIN.METHOD
  61. #   --------------------------------
  62. #   main method of LaunchAnywhere's java launcher -- do not adjust
  63.  
  64. lax.nl.java.launcher.main.method=main
  65.  
  66.  
  67. #   LAX.NL.MESSAGE.VM.NOT.LOADED
  68. #   ----------------------------
  69. #   text to show the user in a dialog if NO VM can be found.
  70.  
  71. lax.nl.message.vm.not.loaded=The application either could not find a Java VM, or the Java VM on this system is too old. The application requires Java 1.1.5, Microsoft Java version 2750, or Mac OS Runtime for Java 2.0. These can be downloaded from http://java.sun.com/products/jdk/1.1/jre/ or http://www.microsoft.com/java or http://www.apple.com/java
  72.  
  73.  
  74. #   LAX.NL.VALID.VM.LIST
  75. #   --------------------
  76. #   a string containing one or more of JDK JRE MSJ MRJ delimited by spaces or commas.
  77. #   If the native launcher cannot find the current vm,
  78. #   it will search for ones in this list
  79.  
  80. lax.nl.valid.vm.list=JDK JRE MSJ MRJ
  81.  
  82.  
  83. #   LAX.NL.WIN32.MICROSOFTVM.MIN.VERSION
  84. #   ------------------------------------
  85. #   The minimum version of Microsoft's VM this launcher will run with
  86.  
  87. lax.nl.win32.microsoftvm.min.version=2750
  88.  
  89.  
  90. #   LAX.ROOT.INSTALL.DIR
  91. #   --------------------
  92. #   path to the installdir magic folder
  93.  
  94. lax.root.install.dir=C:\\Program Files\\auto_run
  95.  
  96.  
  97. #   LAX.STDERR.REDIRECT
  98. #   -------------------
  99. #   leave blank for no input, "console" to read from the console window,
  100. #   and any path to a file to read from that file
  101.  
  102. lax.stderr.redirect=
  103.  
  104.  
  105. #   LAX.STDIN.REDIRECT
  106. #   ------------------
  107. #   leave blank for no input, "console" to read from the console window,
  108. #   and any path to a file to read from that file
  109.  
  110. lax.stdin.redirect=
  111.  
  112.  
  113. #   LAX.STDOUT.REDIRECT
  114. #   -------------------
  115. #   leave blank for no input, "console" to read from the console window,
  116. #   and any path to a file to read from that file
  117.  
  118. lax.stdout.redirect=
  119.  
  120.  
  121. #   LAX.USER.DIR
  122. #   ------------
  123. #   left blank, this property will cause the native launcher to not
  124. #   alter the platform default behavior for setting the user dir.
  125. #   To override this you may set this property to a relative or absolute path.
  126. #   Relative paths are relative to the launcher.
  127.  
  128. lax.user.dir=.
  129.  
  130.  
  131. #   LAX.VERSION
  132. #   -----------
  133. #   version of LaunchAnywhere that created this properties file
  134.  
  135. lax.version=3.5.1
  136.  
  137.  
  138.